bf8cf602295e14e09e8ff1112dd48d2406e8e196,plugins/org.eclipse.xtend.core/xtend-gen/org/eclipse/xtend/core/formatting/XtendFormatter.java,XtendFormatter,_format,#XIfExpression#,1035
Before Change
it.space = " ";
}
};
FormattingData _prepend_2 = this.prepend(elsenode, _function_4);
format.add(_prepend_2);
} else {
final Procedure1<FormattingDataInit> _function_5 = new Procedure1<FormattingDataInit>() {
After Change
it.increaseIndentation();
}
};
FormattingData _prepend_3 = this.prepend(elsenode, _function_6);
format.operator_add(_prepend_3);
final Procedure1<FormattingDataInit> _function_7 = new Procedure1<FormattingDataInit>() {
public void apply(final FormattingDataInit it) {